nova resource title function

115

nova resource title function -

/**
 * Get the value that should be displayed to represent the resource.
 *
 * @return string
 */
public function title()
{
    return $this->name;
}

Comments

Submit
0 Comments